home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Panorama / Panorama - Disk 05B (1986)(Pacific North-West Amigas Club)[WB].zip / Panorama - Disk 05B (1986)(Pacific North-West Amigas Club)[WB].adf / ReadMe < prev    next >
Text File  |  1986-07-08  |  6KB  |  125 lines

  1.             Goodies for Early July.
  2.             -----------------------
  3.               by Larry Phillips.
  4.  
  5.   This disk brings us two telecomm programs, Aterm 6.11, probably the best
  6. working and most reliable Aterm yet, and Jim Nangano's Starterm, a shareware
  7. product. If you do use Starterm and find it useful, PLEASE send him his
  8. requested donation. Support shareware! Aterm is fully public domain, and has
  9. been worked on by many, so no donation is required. If you are a C programmer,
  10. look it over and see what YOU can do to improve it.
  11.  
  12.   It's always nice to be able to compare files to see if they are the same, but
  13. DIF and SSED take the concept one step further. No need to store every single
  14. version of the source for a program as backup. Simply save your first version,
  15. the last one, and DIF files for all the versions in between. If disaster should
  16. strike, use SSED and the original to recreate the latest version, or any
  17. version in between the original and the latest. Modem updates to friends at
  18. considerable time savings. From Rick Schaeffer of Tacoma.
  19.  
  20.   Have any C64 pictures around? If they were generated with Doodle or Koala
  21. Pad, run them through the converters in the graphics directory, then use DPaint
  22. to enhance them. Print Shop graphics (side "A" only) may be made into DPaint
  23. brush files for "clip art".
  24.  
  25.   Only one general purpose utility this time, CP, a fast (buffered) file copy
  26. from Rick Schaeffer. Uses UNIX style wild cards. 
  27.  
  28.   Miscellaneous text files gleaned from around the networks will be found in
  29. the TEXT directory. Almost as good as a magazine!
  30.  
  31.   Mantis's MenuEd has been updated, and is included here. A very nice program
  32. of the shareware variety. Again, if you use it, please pay. This will ensure
  33. that we will continue to have a steady flow of good quality programs from those
  34. who have the ability to write them, but no inclination to go into large scale
  35. marketing with its attendant high prices.
  36.  
  37.   A font editor is also included. I have only fired this one up briefly, so
  38. can't comment on it too much. Seems functional.
  39.  
  40.  
  41.  aterm (dir)
  42.    aterm6.11     - The latest in the Aterm series. Works very well indeed
  43.    at.c        - The source code for Aterm6.11
  44.    Aterm6.doc    - A generic documentation file for Aterm6.nn
  45.  
  46.  difssed (dir)
  47.    dif        - Find file differences, create a command file for SSED. The
  48.           combination of DIF and SSED allow you to find the differences
  49.           between two files and to create a file that will, with SSED,
  50.           make the old file into the new one. Handy for sending updates
  51.           via modem.
  52.    difssed.doc    - Documentation for DIF and SSED. Complete instructions.    
  53.    ssed     - Stream editor. Uses output from DIF.
  54.  
  55.  graphics (dir)
  56.    convdoodle        - Convert C64 Doodle pics to IFF
  57.    converters.txt    - Brief descriptions of the converters in this
  58.               directory.
  59.    convkoala        - Convert C64 Koala pad pictures to IFF.
  60.    convpsg        - Convert Print Shop graphics to DPaint brush files.
  61.  
  62.  text (dir)
  63.    1megcorrection.txt    - More on the homebrew 1 Meg RAM: upgrade.
  64.    compute.txt        - A letter to Compute! in answer to their August issue.
  65.    monitor.txt        - A short dissertation on colour monitors, persistence,
  66.               and flicker. By Bob Pariseau.
  67.    online.opinion    - One man's opinion of Online! from MSS.
  68.    sales        - Some tidbits from C & SN.
  69.    starterm.bugs    - A few Caveats and tips for Starterm. The 3.01 version
  70.               is included on this disk.
  71.    trojans.txt        - The idiots have arrived. A few known "trojan horses"
  72.               that are being circulated.
  73.  
  74.  util (dir)
  75.    cp           - Yet another version of COPY. Unix style wild cards.
  76.               Fast. (See also the addendum by Jeff below.)
  77.  mantis (dir)
  78.    MenuEd        - The lates Mantis menu editor. Freeware/Shareware.
  79.               Less prone to crashing. Very nice.
  80.    MenuEd.info        - Icon file for above.
  81.    README        - Minimal docs for MenuEd. Send the author a donation
  82.               for full docs and support.
  83.    Sample.menu        - A sample menu to play with in MenuEd.
  84.  
  85.  fonted (dir)
  86.    .info
  87.    fonted        - A font editor. Haven't played with this one. 
  88.    Fonted.info        - Icon for above.
  89.    readme        - Some docs for Fonted.
  90.  
  91.  starterm (dir)
  92.    starnote        - A "quick and dirty" doc file for Starterm. A few
  93.               things are not mentioned, see Starbugs in the TEXT
  94.               directory of this disk.
  95.    starterm        - Jim Nangano's terminal program. Quite full featured.
  96.               Despite the "about" screen's insistence, this is
  97.               version 3.01, and not 3.0.
  98.    starterm.info    - Icon for Starterm
  99.  
  100.  modula (dir)
  101.    simple.mod        - Example program showing a simple requester in TDI's
  102.               Modula 2.
  103.  
  104. ----------------------------------------------------------------------------
  105.  
  106.                    Addendum by Jeff Lydiatt ...
  107.  
  108. I also added the program "Copy" in the Util directory.  Copy is a modification
  109. of the "cp" program by Rick Shaeffer to which I added AmigaDos style wild
  110. expressions.  The program uses a 32k buffer to read and write which speeds up
  111. copies considerably, particularly if reading and writing to the same disk.
  112. The AmigaDos wild expression algorithm is a translation of a regular expression
  113. algorithm and an expression compiler originally coded in BCPL which was
  114. published in the September 1979 issue of "Software, Practice and Experience."
  115. Both C source and a version compiled under Aztec C is provided in the
  116. directory "Util".
  117.  
  118. Useage: copy [from] infile [to] outfile.
  119.  
  120. "infile" may be any valid AmigaDos wild expression. IE. 
  121. copy #?.c to ram: will copy any file ending in ".c" such as abc.c a.c or .c.  
  122. copy ?.c  to ram: will copy a.c, b.c e.c or any file with a single character
  123.                   ending with ".c".
  124. copy (abc)|(def) to ram: copies the two files "abc" and "def" to ram:
  125.